Add F114: Failure technique for focus obscured by overlay #4673
+384
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add F114: Failure Technique for Focus Indicators Obscured by Semi-Opaque Overlays
Resolving for #3203
Problem
WCAG 2.2 Understanding document for SC 2.4.11 Focus Not Obscured (Minimum) mentions that semi-opaque overlays can reduce focus indicator visibility, but only describes the problem informally. There was no dedicated Failure Technique (F114) that auditors could reference when testing SC 1.4.11 Non-text Contrast failures where focus indicators are dimmed by overlays.
Solution
Created F114 failure technique with comprehensive testing guidance and a working example that demonstrates the issue.
Changes Made
New Files:
techniques/failures/F114.html
- Complete failure technique documentationworking-examples/css-focus-obscured-overlay/index.html
- Interactive working exampleModified Files:
understanding/understanding.11tydata.js
- Added F114 to SC 1.4.11 failure techniques listF114 Technique Includes:
Working Example Features:
Testing
The working example allows auditors to:
Impact
Provides auditors with a formal reference (F114) for citing SC 1.4.11 failures when focus indicators are obscured by semi-opaque overlays, filling the identified gap in WCAG testing guidance.